home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap10 / EZPrint / EZPrintDoc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-05  |  256 b   |  11 lines

  1. //***********************************************************************
  2. //
  3. //  EZPrintDoc.h
  4. //
  5. //***********************************************************************
  6.  
  7. class CPrintDoc : public CDocument
  8. {
  9.     DECLARE_DYNCREATE (CPrintDoc)
  10. };
  11.